-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add case for mem balloon autodeflate #5196
add case for mem balloon autodeflate #5196
Conversation
22e7613
to
9db4938
Compare
modular_redesign |
2.autodeflate: on, off, default. | ||
3.mem config: mem, current mem. | ||
""" | ||
def get_memtotal(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get_memtotal() --> get_memtotal_vm_internal() to avoid confused with host memory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks chunfu,Done
def teardown_test(): | ||
""" | ||
Clean data. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you miss destroy VM in teardown part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, chunfu, We will get inactive guest after sync()
9db4938
to
d6409f5
Compare
VIRT-299026: Memory balloon autodeflate config Signed-off-by: nanli <[email protected]>
d6409f5
to
8d70873
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
VIRT-299026: Memory balloon autodeflate config
Signed-off-by: nanli [email protected]
Depend on avocado-framework/avocado-vt#3768